TextDocument Properties

Properties

AutomaticStyles 
Body 
CommonStyles
(Inherited from Document)
Configurations
(Inherited from Document)
CreationDate
(Inherited from Document)
Creator
(Inherited from Document)
CustomFileTable
(Inherited from Document)
CustomRdf
(Inherited from Document)
Description
(Inherited from Document)
EditingCycles
(Inherited from Document)
EditingDuration
(Inherited from Document)
Fonts 
Forms 
Generator
(Inherited from Document)
Global 
InitialCreator
(Inherited from Document)
InputFileTable
(Inherited from Document)
IsTemplate
(Inherited from Document)
Keywords
(Inherited from Document)
Language
(Inherited from Document)
LastModified
(Inherited from Document)
ManifestRdf
(Inherited from Document)
OfficeScripts 
PrintDate
(Inherited from Document)
PrintedBy
(Inherited from Document)
SequenceVariableDeclarations 
SimpleVariableDeclarations 
Statistic
(Inherited from Document)
Subject
(Inherited from Document)
Template
(Inherited from Document)
Title
(Inherited from Document)
TrackedChanges The document's tracked changes. Never null: a document that has none yet gets an empty one on first use, so doc.TrackedChanges.TrackChanges = true works on a document straight from the constructor. It used to return null there, which is what the documented example does and what therefore threw. An empty instance writes an empty text:tracked-changes element, so a caller that only reads this property does not change what the document saves.
UserDefinedMetadataElements
(Inherited from Document)
UserVariableDeclarations 
UseSoftPageBreaks 

See Also